static member function meaning in Chinese
静态成员函式
静态成员函数
静态磁储存器
Examples
- Static member function
静态成员函式 - C allows user - defined types to overload operators by defining static member functions using the
关键字定义静态成员函数来重载运算符。 - Classes that consist solely of static member functions have no prefix letter . beyond the prefix , the class name is usually a noun that indicates the purpose of the class
全部由静态成员函数的类没有前缀字母。在前缀前,一般使用名词来表示类的用途。